02. Decorator code vs Classes
Decorator code vs Classes
INSTRUCTOR NOTE:
The class builds the object that it's going to augment.
The decorator accepts the object that it's going to augment as an input.
Decorator code vs Classes
The class builds the object that it's going to augment.
The decorator accepts the object that it's going to augment as an input.